From 6b7eaf86ed0a16fe1b5bf42a07159d7955cdeb49 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 20 Aug 2012 17:06:14 +0200 Subject: [PATCH] GtkMountOperation: Return the right password_save If the buttons were never sent we returned the wrong default value (i.e. not what the UI displayed). --- gtk/gtkmountoperation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index 6fde8e877a..9b1d544600 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -657,6 +657,7 @@ gtk_mount_operation_ask_password_do_gtk (GtkMountOperation *operation, FALSE, FALSE, 0); password_save = g_mount_operation_get_password_save (G_MOUNT_OPERATION (operation)); + priv->password_save = password_save; choice = gtk_radio_button_new_with_mnemonic (NULL, _("Forget password _immediately")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (choice), -- 2.30.2